--Change text of dialog items
--Changes the text of dialog items.
--change text of dialogs items
--Changes the text of dialog items
is
do
	dialog.setText(element,text);
	-- Add your text to be changed here
end;
/*dialog:Enter the name of the dialog here.
element:Entert the name of the dialog item here.
text:Enter the new text of the dialog item here.
*/